home *** CD-ROM | disk | FTP | other *** search
/ Cream of the Crop 20 / Cream of the Crop 20 (Terry Blount) (1996).iso / os2 / xdsn217.zip / SAMPLES / FINDPROC / readme.txt < prev   
Text File  |  1996-07-09  |  1KB  |  30 lines

  1.  
  2.            FindProc: A Sample Tool For XDS IDE
  3.            -----------------------------------
  4.  
  5. To build the executable file, type;
  6.  
  7.     xc =p findproc
  8.  
  9. To setup FindProc tool:
  10.  
  11.   - select Tools/Configure Tools from the IDE main menu
  12.   - select Add pushbutton
  13.   - type a name (e.g. "FindProc"), press Tab
  14.   - type a comment (e.g. "Search for procedures");
  15.   - select the Ok pushbutton
  16.   - select the Assign menu item checkbox, press Tab
  17.   - type a text for the menu item (e.g. "Find Procedures\tAlt+F")
  18.   - select the Run on files with suffixes checkbox, press Tab
  19.   - type suffixes list (e.g. "DEF;MOD;OB2")
  20.   - select the Advanced pushbutton
  21.   - select the Run in pop-up window radiobutton, press Tab
  22.   - type a caption (e.g. "Search for procedures"), press Tab
  23.   - select the Assign hot-key field
  24.   - press a hot-key combination (e.g. Alt+F)
  25.   - select the Ok pushbutton
  26.   - select the command line entry field
  27.   - type a command line for a tool, using the $(filename) macro to substitute
  28.     a file name (e.g. "c:\xdssamp\findproc.exe $(filename)")
  29.   - select the Ok pushbutton
  30.